GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-06T03:41:30.5140835+00:00",
"SubmitDate": "2026-05-06T03:41:30.5140835+00:00",
"ReportPeriodStart": "2026-05-06T03:41:30.5140835+00:00",
"ReportPeriodEnd": "2026-05-06T03:41:30.5297097+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "360be460-33fd-4c91-806f-241f4b2d7756",
"Rows": [
{
"ItemId": "22ce996c-97ca-449f-95ac-ad8244f59605",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "22ce996c-97ca-449f-95ac-ad8244f59605",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "360be460-33fd-4c91-806f-241f4b2d7756",
"Rows": [
{
"ItemId": "22ce996c-97ca-449f-95ac-ad8244f59605",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "22ce996c-97ca-449f-95ac-ad8244f59605",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"12ac218c-d0f1-411b-8e5a-6df5b3c83e00",
"373ce647-8ac5-416f-a8ad-3d8583882fc7"
],
"Approvers": [
"96e49a9e-d6b9-4adc-a9ce-320344951a6f",
"2ab0631a-ef24-4b7b-8917-9221c4fb2acd"
],
"ApprovedBy": "b8c65f0d-567d-44f0-9906-e3ab12fff5de",
"ApprovalDate": "2026-05-06T03:41:30.5297097+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4f9b2530-cfb3-4c8a-b959-cd19160e6c72",
"id": "839fca06-5fa9-420d-a0f2-09631c8c8ab1",
"ConfigId": "f4d3ee33-7490-4f09-bc62-243f201b54de"
},
{
"GenerationDate": "2026-05-06T03:41:30.5140835+00:00",
"SubmitDate": "2026-05-06T03:41:30.5140835+00:00",
"ReportPeriodStart": "2026-05-06T03:41:30.5140835+00:00",
"ReportPeriodEnd": "2026-05-06T03:41:30.5297097+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "360be460-33fd-4c91-806f-241f4b2d7756",
"Rows": [
{
"ItemId": "22ce996c-97ca-449f-95ac-ad8244f59605",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "22ce996c-97ca-449f-95ac-ad8244f59605",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "360be460-33fd-4c91-806f-241f4b2d7756",
"Rows": [
{
"ItemId": "22ce996c-97ca-449f-95ac-ad8244f59605",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "22ce996c-97ca-449f-95ac-ad8244f59605",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"12ac218c-d0f1-411b-8e5a-6df5b3c83e00",
"373ce647-8ac5-416f-a8ad-3d8583882fc7"
],
"Approvers": [
"96e49a9e-d6b9-4adc-a9ce-320344951a6f",
"2ab0631a-ef24-4b7b-8917-9221c4fb2acd"
],
"ApprovedBy": "b8c65f0d-567d-44f0-9906-e3ab12fff5de",
"ApprovalDate": "2026-05-06T03:41:30.5297097+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4f9b2530-cfb3-4c8a-b959-cd19160e6c72",
"id": "839fca06-5fa9-420d-a0f2-09631c8c8ab1",
"ConfigId": "f4d3ee33-7490-4f09-bc62-243f201b54de"
}
]